home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00037_Init Game.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  324 b   |  9 lines

  1. on exitFrame
  2.   global gNumPlayers, gName1Sprite, gName3Sprite, gName2Sprite, gScore1Sprite, gScore2Sprite, gScore3Sprite, gCurrQuestion
  3.   set gCurrQuestion to 0
  4.   set the text of field "player1 score" to "0"
  5.   set the text of field "player2 score" to "0"
  6.   set the text of field "player3 score" to "0"
  7.   displayScores()
  8. end
  9.